home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / tobby_ura_ura.swf / scripts / DefineSprite_239 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  213b  |  13 lines

  1. if(_root.getPresentNum == 0)
  2. {
  3.    this.gotoAndStop(5);
  4. }
  5. if(_root.getPresentNum >= 1 && 4 >= _root.getPresentNum)
  6. {
  7.    this.gotoAndStop(10);
  8. }
  9. if(_root.getPresentNum >= 5)
  10. {
  11.    this.gotoAndStop(15);
  12. }
  13.